MindFusion.Mapping Programmer's Guide

ICanvas.ClipExclude Method (IList(Point))

See Also
 






Excludes the specified area from the current clip region.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

void ClipExclude (
    IList<Point> points
)

Visual Basic  Copy Code

Sub ClipExclude( _
    points As IList(Of Point) _
)

 Parameters

points

A list of points specifying the area to exclude.

 See Also